var net/http.http2errRequestCanceled
13 uses
net/http (current package)
h2_bundle.go#L8564: var http2errRequestCanceled = errors.New("net/http: request canceled")
h2_bundle.go#L8633: return http2errRequestCanceled
h2_bundle.go#L8708: cs.abortStream(http2errRequestCanceled)
h2_bundle.go#L8709: return nil, cancelRequest(cs, http2errRequestCanceled)
h2_bundle.go#L8751: return http2errRequestCanceled
h2_bundle.go#L8763: return http2errRequestCanceled
h2_bundle.go#L8824: err = http2errRequestCanceled
h2_bundle.go#L8870: return http2errRequestCanceled
h2_bundle.go#L8889: return http2errRequestCanceled
h2_bundle.go#L9022: cs.bufPipe.CloseWithError(http2errRequestCanceled)
h2_bundle.go#L9305: return 0, http2errRequestCanceled
h2_bundle.go#L9932: return http2errRequestCanceled
transport.go#L2781: var errRequestCanceled = http2errRequestCanceled
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)